Class PTSaveInfo

java.lang.Object
com.cisco.pt.mu.PTSaveInfo

public class PTSaveInfo extends Object
This class defines data for the Save request message.
  • Field Details

    • ptid

      public UUID ptid
    • clusterId

      public String clusterId
    • depthLeft

      public int depthLeft
  • Constructor Details

    • PTSaveInfo

      public PTSaveInfo(UUID ptid, String clusterId, int depthLeft)
      Save information for a Save Net Request
      Parameters:
      ptid - The PT instance ID
      clusterId - The ID of the cluster being processed
      depthLeft - How much depth is left to process
  • Method Details

    • toString

      public String toString()
      Converts this object into a string for debugging purposes
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object